home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UTIL / MEMORY / OLD / MEM208BIN / Bits / ToDo < prev    next >
Text File  |  1993-09-09  |  2KB  |  65 lines

  1. ToDo - MemFiler (Nick)
  2. ====
  3.  
  4. ToDo - MemFS (Brian/Nick)
  5. ====
  6.  
  7. Still got some problem with bombing out with a slave FS - triggers
  8. by copying my entire HD into a slave FS (crashes on $.Apps1.PCATS.
  9. !ModeEdit.!Boot) but this doesn't seem to be a problem file - 
  10. it may just be a particular page file of a 'bad' size tiggering
  11. some bug.
  12.  
  13. Creation of a slave filing system inside sprite Memfs can cause
  14. the creation of a (unused) slave FS called 'M' in the current
  15. directory!
  16.  
  17. Why isn't memfs an image filing system ? Do it!
  18. Requires integration with Brian's new 'imLib' code
  19.  
  20. think of a general identification system (standardized format
  21. for having compressed/uncompressed memdiscs)
  22.  
  23. compress/Lfile code - the last 32Kb page of a multi-page file will
  24. be copied/compressed as 32Kb of data, not the correct size of
  25. <=32Kb of data. Should store a flag for each page being compressed
  26. or not (can we use byte 0 = 0x1f for compressed data ?)
  27.  
  28. Intermediate dir creation has died on fileopen
  29.  
  30. Root inode space is not freed after deletions (even complete
  31. deletion of all files)
  32.  
  33. Old problems (how many still relevant?)
  34. ------------
  35.  
  36. Fix some memory corruption probs with memfs itself
  37.  
  38. Also very slow to open directories, read/write/delete/everything
  39. 8-( Some serious work in order to speed things up ...
  40.  
  41. fix kill behaviour to remove tickers
  42. Make empty = an absent sprite area
  43. Should fix:Start and immediately drag spritesize to 0. Get addr errs.
  44. fix to not leave files open even if not modified
  45.  
  46. using *copy from cmd line get addr errors when full
  47. probably dir module error checking
  48. Arh! RISCOS lies about size of dynamic area. What on earth do I do???
  49. Get CAM map corrupt errs. Is this due to OS_ChangeDynamicArea while *copy
  50. has memory???
  51.  
  52. Sort out volname/special field encoding.
  53.  
  54. Some way to make root recovery cleaner when already running
  55.  
  56. Shrink sprite area on file truncates too?
  57.  
  58. Problem when used as cfs temp dir?
  59. Usual thing - cfs claims all of wimp free memory. Can I make a hack to
  60. prevent this?
  61.  
  62. Check delete vs open files!!!!
  63.  
  64. Finish Lfile support
  65.